[Django] How to limit requests per minute per user?

Posted by colorfulgrayscale on Stack Overflow See other posts from Stack Overflow or by colorfulgrayscale
Published on 2010-06-06T04:45:22Z Indexed on 2010/06/06 4:52 UTC
Read the original article Hit count: 509

Filed under:
|
|

I Have several forms in my website and I have several pages with intense database activity. I want to set a cap on requests per user. For example, I don't want people to make over 10 requests in less than 10 seconds.

Is there way to do this in Django?

© Stack Overflow or respective owner

Related posts about python

Related posts about django